' Options: 'Date: 2026-04-15 20:26:35 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://kpm_digiofficeapigateway.tbi.nl/api ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: IDB_4PSBC_Import_Bouwnummer.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.Drawing Imports DO.Synchronization.IDB_4PSBC.DTO Imports DigiOffice.Integration.TBIXchangeAzure.Messages Namespace Global Namespace DigiOffice.Integration.TBIXchangeAzure.Messages Public Partial Class Header Public Overridable Property MessageID As String Public Overridable Property Timestamp As Date Public Overridable Property Sender As Party Public Overridable Property Recipient As Party Public Overridable Property RequestMessageID As Object End Class End Namespace Namespace DO.Synchronization.IDB_4PSBC.DTO Public Partial Class Data_Bouwnummer Public Overridable Property systemId As Nullable(Of Guid) Public Overridable Property digiOfficeId As Nullable(Of Guid) Public Overridable Property projectId As Guid Public Overridable Property plotNo As String Public Overridable Property address As String Public Overridable Property address2 As String Public Overridable Property postCode As String Public Overridable Property city As String Public Overridable Property countryRegionId As String Public Overridable Property systemModifiedBy As String Public Overridable Property companyName4ps As String End Class Public Partial Class Header ''' '''Inhoud van het bericht ''' Public Overridable Property Contains As String ''' '''Datum aanmaak bericht ''' Public Overridable Property [Date] As String ''' '''ID voor het bericht ''' Public Overridable Property MessageID As String ''' '''Verzender van het bericht ''' Public Overridable Property Sender As String End Class ''' '''Import bouwnummer record vanuit 4PS ''' Public Partial Class IDB_4PSBC_Import_Bouwnummer Implements IReturn(Of IDB_4PSBC_Response_Bouwnummer) ''' '''Message header ''' Public Overridable Property Header As Header ''' '''Message data ''' Public Overridable Property Data As Data_Bouwnummer End Class Public Partial Class IDB_4PSBC_Response_Bouwnummer ''' '''Header of the response ''' Public Overridable Property Header As Header ''' '''Response body ''' Public Overridable Property Response As Response_Bouwnummer End Class Public Partial Class Response_Bouwnummer ''' '''Reponse status (Ok/Error) ''' Public Overridable Property Status As String ''' '''Errors summary ''' Public Overridable Property Errors As String ''' '''ID of the bouwnummer in DigiOffice ''' Public Overridable Property DigiOfficeBouwnummerID As String ''' '''GlobalID (digiOfficeId) of the bouwnummer in DigiOffice ''' Public Overridable Property DigiOfficeGlobalID As Guid End Class End Namespace End Namespace